home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1996 September / inter@ivo 1996-09.iso / cybint8 / bin / cybint8.exe / cybint8.DXR / 00004.ls < prev    next >
Encoding:
Text File  |  1996-08-01  |  128 b   |  8 lines

  1. on exitFrame
  2.   if the movieTime of sprite 1 = the duration of cast 3 then
  3.     go(1, "main")
  4.   else
  5.     Loopframe()
  6.   end if
  7. end
  8.